home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / traceroute / README < prev    next >
Encoding:
Text File  |  2008-09-17  |  1.3 KB  |  38 lines

  1. This is a new modern implementation of the traceroute(8)
  2. utility for Linux systems.
  3.  
  4. Traceroute tracks the route packets taken from an IP network on their
  5. way to a given host. It utilizes the IP protocol's time to live (TTL)
  6. field and attempts to elicit an ICMP TIME_EXCEEDED response from each
  7. gateway along the path to the host.
  8.  
  9. Main features:
  10. - Full support for both IPv4 and IPv6 protocols
  11. - Several tracerouting methods, including:
  12.   * UDP datagrams (including udplite and udp to particlular port)
  13.   * ICMP ECHO packets
  14.   * TCP SYNs (in general, any TCP request with various flags and options)
  15.   * Generic IP datagrams
  16. - UDP methods do not require root privileges
  17. - Ability to send several probe packets at a time
  18. - perform AS path lookups for returned addresses
  19. - show ICMP extensions, including MPLS
  20. - perform path MTU discovery automatically
  21. - show guessed number of hops in backward direction
  22. - command line compatible with the original traceroute
  23. - and much more, see traceroute(8)
  24.  
  25. This code was written from the scratch, using some ideas of
  26. Olaf Kirch's traceroute, the original implementation of Van Jacobson
  27. (which was long used before) and some current BSD's ones.
  28.  
  29. This traceroute requires Linux kernel 2.6 and higher.
  30.  
  31. You can try to contact the author at <Dmitry at Butskoy dot name> .
  32.  
  33.  
  34. Good tracerouting!
  35.  
  36. Dmitry Butskoy
  37.  
  38.